你可以選擇安裝VS code或python
可以到此連結: https://visualstudio.microsoft.com/
選擇Vistual Studio Code->相對應的版本
Extensions 搜尋python 點選install即可
試著create file(檔名.py)
打上你第一個程式print("first python")
點選Run->Run without Debugging
可以到此連結: https://www.python.org/
選擇Download